home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / HLink / Register.h < prev    next >
Encoding:
Text File  |  1996-12-15  |  340 b   |  13 lines  |  [TEXT/CWIE]

  1. // {12a69a01-325d-11d0-8638-fb7bb525b6a8}
  2. DEFINE_GUID(CLSID_ocx, 
  3. 0x12a69a01, 0x325d, 0x11d0, 0x86, 0x38, 0xfb, 0x7b, 0xb5, 0x25, 0xb6, 0xa8);
  4.  
  5.  
  6. #define kOCXFullUserTypeName            "HLink"
  7. #define kOCXProgID                        "HLink"
  8. #define kOCXCLSID                        "{12a69a01-325d-11d0-8638-fb7bb525b6a8}"
  9.  
  10.  
  11. #include "CHLinkControl.h"
  12. #define CControl CHLinkControl
  13.